home *** CD-ROM | disk | FTP | other *** search
- stop();
- story_btn.onRelease = function()
- {
- _root.gotoAndStop("story");
- };
- instructions_btn.onRelease = function()
- {
- _root.gotoAndStop("instructions");
- };
- start_btn.onRelease = function()
- {
- _root.gotoAndStop("lblgame");
- };
- credits_btn.onRelease = function()
- {
- _root.credits.gotoAndPlay(2);
- };
-